Guided Practice 5.3: authors-of-expensive-books

Using HOFC, write a function authors-of-expensive-books that takes a price and a list of books, and returns the list of all the authors of books whose prices are greater than the given price.

Use the data definition of Book from Module 04.

[ANSWER]


Last modified: Fri Aug 15 11:22:42 Eastern Daylight Time 2014